Editing Assembly General

Assembly Owner
Specify the name of a user or role as owner of the assembly.

Unchecked data
This option allows postponing the checks until a later time by using DBCC CHECKTABLE.

Permission Set
Specify a set of code access permissions that are granted to the assembly when it is accessed by SQL Server. If not specified, SAFE is applied as the default.

Visible
Indicate whether the assembly is visible for creating common language runtime (CLR) functions, stored procedures, triggers, user-defined types, and user-defined aggregate functions against it.

Assembly
Specify the local path or network location where the assembly that is being uploaded is located, and also the manifest file name that corresponds to the assembly.

Dependent Assemblies
Uploads a file to be associated with the assembly, such as source code, debug files or other related information, into the server and made visible in the sys.assembly_files catalog view.